/ Assembly List / LJCDBClientLib / DataManager / CreateSchemaColumnsResult

Namespace - LJCDBClientLib


Parameters
dataConfigName - The data configuration name.
tableName - The table name.

Returns

The Column Names result object.

Syntax

C#
public DbResult CreateSchemaColumnsResult(String dataConfigName, String tableName)

Retrieves the schema result for the specified table and transforms it into a result of column names.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.